Start Time: Mon Jun 17 2019 15:51:24 GMT-0500 (Central Daylight Time)
Browsers: HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0
Duration: 14m 37s
Tests Failed: 4 out of 14
Tests Skipped: 0
| # | Fixture | Test Name | Browsers | Duration | Result |
|---|---|---|---|---|---|
| 1 | Bulk Actions | Should try to login and see Impira page | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 28s | passed |
| 2 | Bulk Actions | Should check Goop usage on webpage | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 2m 34s | passed |
| 3 | Collections | Should create Collection in Impira webpage and Share as Viewer | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 3m 55s | failed |
| 4 | Collections | Should create Collection in Impira webpage and Share as Editor | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 2m 21s | failed |
| 5 | Collections | Should Collection in Impira webpage, Share as Viewer and Remove Share Collection | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 2m 26s | failed |
| 6 | Product View | Should check Product View in Lola&Bird webpage | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 1m 07s | passed |
| 7 | Reports | Should check Reports in Goop webpage | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 33s | passed |
| 8 | Reports | Should validate Details in Reports for Goop webpage | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 1m 35s | failed |
| 9 | Search | Should validate Search Free Filter for Goop webpage | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 1m 22s | passed |
| 10 | Search | Should validate Search Analytic Filter for Goop webpage | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 34s | passed |
| 11 | Search | Should validate Search Filter (with space after colon) for Goop webpage | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 1m 28s | passed |
| 12 | Search | Should validate Sort Search for Goop webpage | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 1m 27s | passed |
| 13 | Search | Should validate Save Search for Goop webpage | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 40s | passed |
| 14 | Search | Should validate Gallery View Goop webpage | HeadlessChrome 75.0.3770 / Mac OS X 10.14.5, Firefox 67.0.0 / Mac OS X 10.14.0 | 42s | passed |
The "text" argument is expected to be a non-empty string, but it was undefined.
Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-17_15-51-23/test-3/run-3/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png
29 | async goToCreateCollections(name){
30 | await t.hover(this.collectionIcon)
31 | .click(this.collectionIcon)
32 | await t.click(this.collectionDropdown)
33 | await t.click(this.newCollection)
> 34 | .typeText(this.collectionName, name)
35 | .click(this.createButton)
36 | .click(this.notificationLink)
37 |
38 | }
39 |
at typeText (/Users/enrique.decoss/Documents/impira-UAT/page-object/Collection-page.js:34:18) The "text" argument is expected to be a non-empty string, but it was undefined.
Browser: HeadlessChrome 75.0.3770 / Mac OS X 10.14.5
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-17_15-51-23/test-3/run-3/HeadlessChrome_75.0.3770_Mac_OS_X_10.14.5/errors/1.png
29 | async goToCreateCollections(name){
30 | await t.hover(this.collectionIcon)
31 | .click(this.collectionIcon)
32 | await t.click(this.collectionDropdown)
33 | await t.click(this.newCollection)
> 34 | .typeText(this.collectionName, name)
35 | .click(this.createButton)
36 | .click(this.notificationLink)
37 |
38 | }
39 |
at typeText (/Users/enrique.decoss/Documents/impira-UAT/page-object/Collection-page.js:34:18) The "text" argument is expected to be a non-empty string, but it was undefined.
Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-17_15-51-23/test-4/run-3/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png
29 | async goToCreateCollections(name){
30 | await t.hover(this.collectionIcon)
31 | .click(this.collectionIcon)
32 | await t.click(this.collectionDropdown)
33 | await t.click(this.newCollection)
> 34 | .typeText(this.collectionName, name)
35 | .click(this.createButton)
36 | .click(this.notificationLink)
37 |
38 | }
39 |
at typeText (/Users/enrique.decoss/Documents/impira-UAT/page-object/Collection-page.js:34:18) The "text" argument is expected to be a non-empty string, but it was undefined.
Browser: HeadlessChrome 75.0.3770 / Mac OS X 10.14.5
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-17_15-51-23/test-4/run-3/HeadlessChrome_75.0.3770_Mac_OS_X_10.14.5/errors/1.png
29 | async goToCreateCollections(name){
30 | await t.hover(this.collectionIcon)
31 | .click(this.collectionIcon)
32 | await t.click(this.collectionDropdown)
33 | await t.click(this.newCollection)
> 34 | .typeText(this.collectionName, name)
35 | .click(this.createButton)
36 | .click(this.notificationLink)
37 |
38 | }
39 |
at typeText (/Users/enrique.decoss/Documents/impira-UAT/page-object/Collection-page.js:34:18) The "text" argument is expected to be a non-empty string, but it was undefined.
Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-17_15-51-23/test-5/run-3/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png
29 | async goToCreateCollections(name){
30 | await t.hover(this.collectionIcon)
31 | .click(this.collectionIcon)
32 | await t.click(this.collectionDropdown)
33 | await t.click(this.newCollection)
> 34 | .typeText(this.collectionName, name)
35 | .click(this.createButton)
36 | .click(this.notificationLink)
37 |
38 | }
39 |
at typeText (/Users/enrique.decoss/Documents/impira-UAT/page-object/Collection-page.js:34:18) The "text" argument is expected to be a non-empty string, but it was undefined.
Browser: HeadlessChrome 75.0.3770 / Mac OS X 10.14.5
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-17_15-51-23/test-5/run-3/HeadlessChrome_75.0.3770_Mac_OS_X_10.14.5/errors/1.png
29 | async goToCreateCollections(name){
30 | await t.hover(this.collectionIcon)
31 | .click(this.collectionIcon)
32 | await t.click(this.collectionDropdown)
33 | await t.click(this.newCollection)
> 34 | .typeText(this.collectionName, name)
35 | .click(this.createButton)
36 | .click(this.notificationLink)
37 |
38 | }
39 |
at typeText (/Users/enrique.decoss/Documents/impira-UAT/page-object/Collection-page.js:34:18) The specified selector does not match any element in the DOM tree.
> | Selector('.CustomFiltersDropdown-titleText')
Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-17_15-51-23/test-8/run-3/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png
18 | }
19 |
20 | async goToReportDetail(){
21 | await t.hover(this.firstRow)
22 | .click(this.firstRow)
> 23 | await t.click(this.customFilter)
24 | await t.click(this.changeTime)
25 | await t.hover(this.past3months)
26 | }
27 |
28 |}
at click (/Users/enrique.decoss/Documents/impira-UAT/page-object/Reports-Goop-page.js:23:17)